1.验证苹果receipt接口
- 请求方式 post Content-Type: application/json
- 测试环境url https://sandbox.itunes.apple.com/verifyReceipt
- 正式环境url https://buy.itunes.apple.com/verifyReceipt
- 请求参数:
请求参数 |
参数类型 |
是否必须 |
描述 |
receipt-data |
string |
是 |
Base64-encoded receipt data |
password |
string |
否 |
有订阅商品的时候必须有该参数,共享秘钥 |
exclude-old-transactions |
boolean |
否 |
专门给订阅商品使用 |
{
"environment": "Sandbox", //Sandbox, Production
"receipt": {
"adam_id": 0,
"app_item_id": 0,
"application_version": "2.0.6",
"bundle_id": "com.appstoreMJB.mobao", //包名
"download_id": 0,
"in_app": [{
"is_trial_period":